Skip to content

Fixing theme problem - Replacing hard coded white color with css variable#922

Closed
mattias-skold wants to merge 1 commit into
mdx-editor:mainfrom
mattias-skold:main
Closed

Fixing theme problem - Replacing hard coded white color with css variable#922
mattias-skold wants to merge 1 commit into
mdx-editor:mainfrom
mattias-skold:main

Conversation

@mattias-skold

Copy link
Copy Markdown

Fixing #921

This pull request makes a small change to the UI color theme by updating the background color variable.

  • Changed --basePageBg from white to var(--slate-3) in src/styles/ui.module.css to better align with the slate color palette.

@mattias-skold

Copy link
Copy Markdown
Author

Fixed it with adding more dedicated style rules

.mdxeditor-full-height.dark-theme [class*="selectItem"][data-state='checked'] {
background-color: rgba(255, 255, 255, 0.12) !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant